-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generalize evaluating expressions for charts & fix diff_last aggregates #1649
Generalize evaluating expressions for charts & fix diff_last aggregates #1649
Conversation
Signed-off-by: Boris Krivonog boris.krivonog@inova.si Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
…when calculating diff Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
Signed-off-by: Boris Krivonog boris.krivonog@inova.si Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
03db87f
to
310fc1a
Compare
Job #713: Bundle Size — 15.97MiB (0%).Metrics (no changes)
Total size by type (no changes)
|
LGTM but since:
I'll merge after the problems reported there are solved to avoid regressions with the default rrd4j service. |
The regression in RRD4J will be solved by openhab/openhab-addons#14238 (see #1634 (comment)). |
Decided to include those changes too, otherwise there would be a conflict, thx for checking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using rrd4j (as default provider) and requesting i.e.
will return
and requesting the same without the Also, requesting the same range with
also returns datapoints for given interval. Maybe @cweitkamp? Running snapshot #3293. Not sure if I should rather open a new issue, please let me know. |
I am not using RRD4j. I am using MariaDB. |
The docs mention chart pages as an exception where expressions aren't supported, but openhab/openhab-webui#1649 introduced support. This updates the docs. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* Update Main UI expressions docs The docs mention chart pages as an exception where expressions aren't supported, but openhab/openhab-webui#1649 introduced support. This updates the docs. Signed-off-by: Florian Hotze <florianh_dev@icloud.com> * Update building-pages.md Signed-off-by: Florian Hotze <florianh_dev@icloud.com> --------- Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
This is a re-take from #1638 where I managed to mess up my git repo, sorry for double work and inconvenience :(
PR is based on #1419. Also contains fixes from #1634.
fixes #1418
fixes #1295
fixes #1102
fixes #1072
Went through cases reported in above issues and seems to work now. Also, as far as I tested (so far) locally with my setup seems to work - but probably don't have all use-cases setup so probably missed something - therefore would be much appreciated if any volunteer tries it out too, thank you!